home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 701-725 / 707 / rayshade / raysh4pl6.zoo / Doc / TODO < prev   
Text File  |  1992-06-26  |  1KB  |  46 lines

  1. ---------
  2. TODO List
  3. ---------
  4.  
  5. If World object has only one subobject, and the World
  6. is neither textured nor transformed (can't do this anyway),
  7. then make that object the World object.  In theory we could
  8. do this (collapsing) throughout the modeling tree.
  9.  
  10. > 2 objects in CSG objects
  11.  
  12. Create nasty, rigorous test scenes, more examples in general.
  13.  
  14. Animated lights & camera.
  15.  
  16. Cubic interpolation functions.
  17.  
  18. Animated primitive/texture/surface/etc parameters.
  19.  
  20. There should be a windowing command that takes pixel locations
  21. as well as one that takes normalized coordinates.
  22.  
  23. Put Linda code back in place.
  24.  
  25. User-selectable primitives/aggregates/lights/textures at compile time?
  26.  
  27. Technical Documentation
  28.  
  29. Make heightfields be stored in fixed-point, and take care of byte-ordering
  30. problems so that height fields are transportable from machine to machine.
  31.  
  32. Is Bayes' theorem-based polygon intersection method better?
  33.  
  34. Adaptive gridding.
  35.  
  36. Better antialiasing.
  37.  
  38. Add an option to perform sorting during ray/List intersection tests so
  39. objects are tested approximately in order.
  40.  
  41. Expr compressor program:  Spits out .ray file with just floats.
  42.  
  43. Optimize blur for non-jitter case (don't exapnd bboxes, etc).
  44.  
  45. Animated scales and translations can modify matrix directly.
  46.